'; else: ?> > '; } else { echo ''; } } ?> >
> '; echo '
'; echo '
'; // Title $title_tag = mfn_opts_get( 'subheader-title-tag', 'h1' ); // Single Product can't use h1 if( is_product() && $title_tag == 'h1' ) $title_tag = 'h2'; echo '<'. $title_tag .' class="title">'; if( is_product() && mfn_opts_get('shop-product-title') ){ the_title(); } else { woocommerce_page_title(); } echo ''; // Breadcrumbs if( $breadcrumbs_show ){ $home = mfn_opts_get('translate') ? mfn_opts_get('translate-home','Home') : __('Home','betheme'); $woo_crumbs_args = apply_filters( 'woocommerce_breadcrumb_defaults', array( 'delimiter' => false, 'wrap_before' => '', 'before' => '
  • ', 'after' => '
  • ', 'home' => $home, ) ); woocommerce_breadcrumb( $woo_crumbs_args ); } echo '
    '; echo '
    '; echo '
    '; } } ?>